home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batmast.arc / BATMAST.DOC next >
Text File  |  1989-03-25  |  16KB  |  383 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                        Shareware Productivity Series
  17.                        -----------------------------
  18.  
  19.                                Batch-Master
  20.                                Version 2.40
  21.                          (C)1989 CPU Marketing, Inc.
  22.                                P.O.Box 1261
  23.                            W. Hanover, MA  02339
  24.                             All Rights Reserved
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.                               TABLE OF CONTENTS
  32.        
  33.           INTRODUCTION..............................................  1
  34.           User Supported Software...................................  1
  35.           Disclaimer................................................  2
  36.           Contents of the BATMAST.ARC File..........................  2
  37.           Getting Started...........................................  2
  38.           
  39.           IMPORTANT NOTES...........................................  3
  40.           A Message to Experienced Users............................  4
  41.           Hardware Requirements.....................................  4
  42.  
  43.           OTHER PRODUCTS FOR THE IBM-PC/XT/AT & PS/2................  5
  44.           Registration and Ordering.................................  5
  45.  
  46.  
  47.  
  48.  
  49.                                                 Batch-Master v2.40 - Page 1
  50.  
  51.       INTRODUCTION
  52.       ------------
  53.  
  54.       This documentation (along with the Registration and Order Form)
  55.       may be printed in its entirety by executing the PRINTDOC.BAT file
  56.       contained in this .ARC
  57.  
  58.       BATMAST.EXE allows you to incorporate all your .BAT (batch)
  59.       files into one master file (MASTER.BAT).
  60.  
  61.       This process not only provides for an organized method of
  62.       maintaining these commands in a single text (.BAT) file,
  63.       but saves a surprising amount of disk space, since DOS
  64.       allocates an entire cluster for each .BAT file containing
  65.       fewer than that number of bytes.  In other words, if your
  66.       system has clusters 2K in size, an 80 byte .BAT file would
  67.       consume 2K of disk space.  Don't be misled by the file size
  68.       displayed when you issue a DIR command.  The more .BAT files
  69.       you incorporate into MASTER.BAT, the more disk space recovered.
  70.  
  71.  
  72.       USER SUPPORTED SOFTWARE
  73.       -----------------------
  74.  
  75.        The Shareware concept allows software to be market and distributed
  76.        without passing on the enormous expense usually associated with
  77.        conventional marketing channels to the end user.  At the same time,
  78.        you, the end user, have the opportunity to evaluate the software
  79.        in the comfort of your own home or office BEFORE YOU PURCHASE IT.
  80.  
  81.        This is a concept which benefits us all.
  82.  
  83.        This program is copyrighted material for personal use.  If you
  84.        intend to continue to use the program after a reasonable evaluation
  85.        period, register as an end user by sending a check for $29 to:
  86.  
  87.                               CPU Marketing/CSB
  88.                               P. O. Box 1261
  89.                               W. Hanover, MA  02339
  90.  
  91.        You may use the registration form at the end of the documentation
  92.        if you like.  The form also contains information about quantity
  93.        pricing.  If you don't use the form, please make sure your name and
  94.        address are included on your check.
  95.  
  96.           Registration will entitle you to receive:
  97.  
  98.                  1) The latest version of this product
  99.                  2) Telephonic support
  100.                  3) Notification of updates as they are produced
  101.  
  102.        Anyone desiring to use this program on more than one computer must
  103.        purchase additional copies by filling out the registration form
  104.        at the end of this documentation.
  105.  
  106.        Making copies of this software for others or placement on electronic
  107.        bulletin boards is encouraged, as long as the programs and documents
  108.        are transferred in their entirety, with no modifications.
  109.  
  110.        If you would like to post Batch-Master on your favorite BBS, please
  111.        use the original .ARC file as you received it.
  112.  
  113.  
  114.  
  115.  
  116.                                                 Batch-Master v2.40 - Page 2
  117.  
  118.  
  119.  
  120.       DISCLAIMER
  121.       ----------
  122.  
  123.       This software is provided on an "as is" basis, with no warranties
  124.       expressed or implied.  Neither CPU Marketing or the author(s) of
  125.       this software are liable for any damages incurred by the use of
  126.       this software, whether direct or consequential.  Telephonic
  127.       support will be provided for registered users only.
  128.  
  129.  
  130.  
  131.  
  132.       CONTENTS OF BATMAST.ARC FILE
  133.       ----------------------------
  134.  
  135.       The BATMAST.ARC you received should include these files:
  136.  
  137.           BATMAST  EXE   The executable batch file processor
  138.           BATMAST  DOC   This document
  139.           PRINTDOC BAT   Lists documentation on printer
  140.  
  141.  
  142.  
  143.       GETTING STARTED
  144.       ---------------
  145.  
  146.       Please read this entire document.  Batch-Master is easy to use,
  147.       however, to insure proper results there are considerations
  148.       mentioned in the following text of which you should be aware.
  149.  
  150.       To use BATMAST, copy all your .BAT files into a single subdirectory
  151.       with BATMAST.EXE.  The syntax for BATMAST is:
  152.  
  153.          BATMAST BATfile..BATfile
  154.          (the .BAT extension is assumed and need not be entered)
  155.  
  156.       If you make a typographical error, or if a file is not found, a
  157.       message will issue, and BATMAST will continue to process the other
  158.       batch files without error.
  159.  
  160.       MASTER.BAT will automatically be generated.
  161.  
  162.       If a previously created MASTER.BAT exists in the default directory
  163.       when Batch-Master is executed, the MASTER.BAT will be renamed and
  164.       saved as MASTER.BAK.  (Previous .BAK files are overwritten)
  165.  
  166.       After you have created MASTER.BAT you should back-up your original
  167.       batch files on a diskette and delete them from your hard disk.
  168.  
  169.       Typing "MASTER" (no parameters) will display a list of the commands
  170.       you have incorporated into MASTER.BAT as well as the line numbers
  171.       where the individual routines begin.
  172.  
  173.       Typing "MASTER BATcommand parm..parm" will invoke the appropriate
  174.       command with the parameters you desire.
  175.  
  176.  
  177.  
  178.  
  179.                                                 Batch-Master v2.40 - Page 3
  180.  
  181.  
  182.  
  183.       IMPORTANT NOTES
  184.       ---------------
  185.  
  186.  
  187.       FIND.EXE & MORE.COM (supplied on your original DOS diskette)
  188.       must be APPENDed using DOS' APPEND.EXE * otherwise they must
  189.       exist in the default directory when MASTER.BAT is executed.
  190.  
  191.        * Syntax - APPEND d:\path;..d:\path;
  192.  
  193.       Also, as DOS looks for the file named AUTOEXEC.BAT when your
  194.       system starts up, this file should not be added to MASTER.BAT.
  195.  
  196.       If you employ batch files which call other batch files, only the
  197.       files which are traditionally called from the command line should
  198.       be incorporated into MASTER.BAT.
  199.  
  200.       Lastly, when a GOTO statement is encountered in a .BAT file, DOS
  201.       looks for the designated label ABOVE the GOTO statement first,
  202.       then DOS looks BELOW the GOTO statement.  On many occasions you
  203.       could encounter a situation where a GOTO statement is looking
  204.       for a label BELOW, however a previous .BAT file has employed
  205.       the same label designation ABOVE.  In this event, branching would
  206.       normally occur upward with undesired results.
  207.  
  208.       Batch-Master circumvents this problem by renaming duplicate labels
  209.       to insure that every label is unique to each .BAT file incorporated
  210.       in MASTER.BAT and by appropriately re-routing each exiting branch
  211.       statement to the end of MASTER.BAT.
  212.  
  213.       YOU NEED NOT BE CONCERNED ABOUT DUPLICATE LABEL DESIGNATIONS.
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.                                                 Batch-Master v2.40 - Page 4
  221.  
  222.  
  223.  
  224.  
  225.        A MESSAGE TO EXPERIENCED USERS
  226.        ------------------------------
  227.  
  228.        Batch-Master sets ECHO OFF in MASTER.BAT by default and removes
  229.        any ECHO OFF statements in individual .BAT files to minimize the
  230.        size of MASTER.BAT.  This default may be removed by editing
  231.        MASTER.BAT, or by including ECHO ON statements where appropriate
  232.        in any individual .BAT files.
  233.  
  234.        The number of batch files which may be named as parameters
  235.        to BATMAST.EXE is limited only by DOS' 128 character command
  236.        line.  However, if you do need to process additional batch
  237.        files:
  238.  
  239.             1) C>RENAME MASTER.BAT MASTER.001 <ENTER>
  240.             2) Re-run BATMAST with your additional parameters
  241.             3) Edit MASTER.BAT and delete all lines after and including
  242.                the ":BMLIST" statement.
  243.             4) C>COPY MASTER.BAT + MASTER.001 <ENTER>
  244.             5) C>DELETE MASTER.001
  245.  
  246.        This process may be repeated any number of times.
  247.  
  248.  
  249.        HARDWARE REQUIREMENTS
  250.        ---------------------
  251.                            
  252.        Batch-Master is designed to be as generic as possible, and should
  253.        work on any micro-computer using MS/PC-DOS version 2.0 or later.
  254.        Very little memory is required, and the software does not make itself
  255.        resident.
  256.  
  257.  
  258.  
  259.  
  260.  
  261.                                                 Batch-Master v2.40 - Page 5
  262.  
  263.  
  264.  
  265.  
  266.      OTHER PRODUCTS FOR THE IBM-PC/XT/AT & PS/2
  267.      ------------------------------------------
  268.  
  269.      CSB TP-PRO Library Version 5 Update
  270.      -----------------------------------
  271.  
  272.      The latest release of TP-PRO (Turbo Pascal Supplementary Library
  273.      Functions and Procedures) includes procedures and functions for
  274.      string handling, numeric processing, screen, window, and menu
  275.      displays, and much more.
  276.  
  277.      All updated for use with Turbo Pascal Version 4.00 & 5.00 and
  278.      supplied with complete documentation............................$ 59.00
  279.  
  280.  
  281.      CSB ZS-LAN Version 2.1
  282.      ----------------------
  283.  
  284.      Our Zero-Slot Local Area Network, provides parallel and serial
  285.      printer sharing and file transfer between personal computers
  286.      at speeds up to 115,000 baud for as little as $90 per station*.
  287.  
  288.    * Including all hardware and 30' cables (price varies according to
  289.      system configuration and requirements - please write describing
  290.      your hardware and requirements in detail).
  291.  
  292.  
  293.      BATCH-MAKER Version 2.1
  294.      -----------------------
  295.  
  296.      An ideal companion to Batch-Master, allows the novice programmer to
  297.      design and produce .BAT files intuitively by automating much of the
  298.      process... labels are created and placed automatically, complex
  299.      syntax is simplified... instead of: FOR %%X IN (*.BAK) DO DEL %%X
  300.                         you would enter: REPEAT (*.BAK) DEL
  301.      ...and the example above is the most difficult command ever required.
  302.  
  303.      With Full Screen Editing and On-line Help.......................$ 39.00
  304.  
  305.  
  306.      MENU-MAGIC Version 3.0
  307.      ----------------------
  308.  
  309.      A full featured End User Menu designed to simplify the life of both
  310.      PC-Support Personnel and End Users by enforcing uniform directory
  311.      paths and application loading at the touch of a key.  Minimal memory
  312.      requirements, no hardware requirements (MS/PC-DOS v2 or later)..$ 39.00
  313.  
  314.  
  315.  
  316.      THOSE WITH ESTABLISHED CSB ACCOUNTS MAY SIMPLY LEAVE A MESSAGE ON
  317.      OUR SUPPORT BOARD AND WE WILL PLACE THE PRODUCT OF INTEREST IN THE
  318.      DOWNLOAD AREA.
  319.  
  320.  
  321.  
  322.      REGISTRATION AND ORDERING
  323.      -------------------------
  324.  
  325.  
  326.  
  327.      ---------------------------------------------------------------------
  328.     |                                                                     |
  329.     |    ORDER AND REGISTRATION FORM                        ARC#00016     |
  330.     |    ____________________________________________________________     |
  331.     |                                                                     |
  332.     |    Batch Master v2.40 Single Copy Registration..........$ 29.00     |
  333.     |                                                                     |
  334.     |    2-9  Copies (deduct $5  ea.)            NUMBER:_____ @ 24.00 ea. |
  335.     |                                                                     |
  336.     |   10-25 Copies (deduct $7  ea.)            NUMBER:_____ @ 22.00 ea. |
  337.     |                                                                     |
  338.     |    26+  Copies (deduct $10 ea.)            NUMBER:_____ @ 19.00 ea. |
  339.     |                                                                     |
  340.     |                                            NUMBER  PRODUCT          |
  341.     |    NOTE: PLEASE SEND INDICATED NUMBER OF:   [  ]   TP-Pro Library   |
  342.     |    (Above Discounts Apply On All Software)  [  ]   Batch-Maker      |
  343.     |                                             [  ]   Menu-Magic       |
  344.     |                                                                     |
  345.     |    MA, RI, CT Residents Add 5% Sales Tax................$ _____     |
  346.     |                                                                     |
  347.     |    SHIPPING & HANDLING: [ ] 5 1/4"   [ ] 3 1/2" ........$  3.00     |
  348.     |                         (CHECK ONE IF ORDERING)                     |
  349.     |                                                                     |
  350.     |    TOTAL ENCLOSED.......................................$ _____     |
  351.     |    (Purchase Orders Accepted From Major Corporations)               |
  352.     |                                                                     |
  353.     |    Please forward INFORMATION ONLY on the products listed below:    |
  354.     |                                                                     |
  355.     |    ____________________________________________________________     |
  356.     |                                                                     |
  357.     |    ____________________________________________________________     |
  358.     |                                                                     |
  359.     |                                                                     |
  360.     |                                                                     |
  361.     |    NAME________________________________________________________     |
  362.     |                                                                     |
  363.     |    COMPANY_____________________________________________________     |
  364.     |                                                                     |
  365.     |    ADDRESS_____________________________________________________     |
  366.     |                                                                     |
  367.     |    CITY_______________________________________     STATE_______     |
  368.     |                                                                     |
  369.     |    TELEPHONE (AREA:       ) ___________________________________     |
  370.     |                                                                     |
  371.     |                                                                     |
  372.     |    MAIL TO:  CPU Marketing/CSB                                      |
  373.     |              PO Box 1261                                            |
  374.     |              W. Hanover, MA  02339                                  |
  375.     |                                                                     |
  376.     |                                                                     |
  377.     |                                                                     |
  378.      ---------------------------------------------------------------------
  379.  
  380.  
  381.  
  382.  
  383.